VxWidgetVarRef widgetName varName
Return a reference for per-widget variable frames variable. This allows the variable to be passed by reference to other Tcl commands. For example:
array names [VxWidgetVarRef my.widget.path data]
A reference to the variable usable in the current scope.